blob: 0f88c05c9786ff350fa84951fc71ba220b813a81 [file] [log] [blame]
Junio C Hamano26e590a2008-02-17 03:53:511<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4<head>
Junio C Hamano9d971152012-12-19 00:43:115<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
Junio C Hamano61525f92014-01-17 22:46:496<meta name="generator" content="AsciiDoc 8.6.6" />
Junio C Hamano68cf15a2010-11-06 01:01:597<title>git-web&#45;&#45;browse(1)</title>
Junio C Hamano26e590a2008-02-17 03:53:518<style type="text/css">
Junio C Hamano9d971152012-12-19 00:43:119/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
10
11/* Default font. */
12body {
13 font-family: Georgia,serif;
14}
15
16/* Title font. */
17h1, h2, h3, h4, h5, h6,
18div.title, caption.title,
19thead, p.table.header,
20#toctitle,
21#author, #revnumber, #revdate, #revremark,
22#footer {
23 font-family: Arial,Helvetica,sans-serif;
Junio C Hamano26e590a2008-02-17 03:53:5124}
25
26body {
27 margin: 1em 5% 1em 5%;
28}
29
Junio C Hamanoba4b9282008-07-06 05:20:3130a {
31 color: blue;
32 text-decoration: underline;
33}
34a:visited {
35 color: fuchsia;
36}
Junio C Hamano26e590a2008-02-17 03:53:5137
38em {
39 font-style: italic;
Junio C Hamano68cf15a2010-11-06 01:01:5940 color: navy;
Junio C Hamano26e590a2008-02-17 03:53:5141}
42
43strong {
44 font-weight: bold;
Junio C Hamano68cf15a2010-11-06 01:01:5945 color: #083194;
Junio C Hamano26e590a2008-02-17 03:53:5146}
47
Junio C Hamano26e590a2008-02-17 03:53:5148h1, h2, h3, h4, h5, h6 {
49 color: #527bbd;
Junio C Hamano26e590a2008-02-17 03:53:5150 margin-top: 1.2em;
51 margin-bottom: 0.5em;
52 line-height: 1.3;
53}
54
Junio C Hamanoba4b9282008-07-06 05:20:3155h1, h2, h3 {
Junio C Hamano26e590a2008-02-17 03:53:5156 border-bottom: 2px solid silver;
57}
58h2 {
Junio C Hamano26e590a2008-02-17 03:53:5159 padding-top: 0.5em;
60}
Junio C Hamanoba4b9282008-07-06 05:20:3161h3 {
62 float: left;
63}
64h3 + * {
65 clear: left;
66}
Junio C Hamano9d971152012-12-19 00:43:1167h5 {
68 font-size: 1.0em;
69}
Junio C Hamano26e590a2008-02-17 03:53:5170
71div.sectionbody {
Junio C Hamano26e590a2008-02-17 03:53:5172 margin-left: 0;
73}
74
75hr {
76 border: 1px solid silver;
77}
78
79p {
80 margin-top: 0.5em;
81 margin-bottom: 0.5em;
82}
83
Junio C Hamano68cf15a2010-11-06 01:01:5984ul, ol, li > p {
85 margin-top: 0;
86}
Junio C Hamano9d971152012-12-19 00:43:1187ul > li { color: #aaa; }
88ul > li > * { color: black; }
Junio C Hamano68cf15a2010-11-06 01:01:5989
Junio C Hamano61525f92014-01-17 22:46:4990pre {
Junio C Hamano26e590a2008-02-17 03:53:5191 padding: 0;
92 margin: 0;
93}
94
Junio C Hamano9d971152012-12-19 00:43:1195#author {
Junio C Hamano26e590a2008-02-17 03:53:5196 color: #527bbd;
Junio C Hamano26e590a2008-02-17 03:53:5197 font-weight: bold;
Junio C Hamanoba4b9282008-07-06 05:20:3198 font-size: 1.1em;
Junio C Hamano26e590a2008-02-17 03:53:5199}
Junio C Hamano9d971152012-12-19 00:43:11100#email {
Junio C Hamano26e590a2008-02-17 03:53:51101}
Junio C Hamano9d971152012-12-19 00:43:11102#revnumber, #revdate, #revremark {
Junio C Hamano26e590a2008-02-17 03:53:51103}
104
Junio C Hamano9d971152012-12-19 00:43:11105#footer {
Junio C Hamano26e590a2008-02-17 03:53:51106 font-size: small;
107 border-top: 2px solid silver;
108 padding-top: 0.5em;
109 margin-top: 4.0em;
110}
Junio C Hamano9d971152012-12-19 00:43:11111#footer-text {
Junio C Hamano26e590a2008-02-17 03:53:51112 float: left;
113 padding-bottom: 0.5em;
114}
Junio C Hamano9d971152012-12-19 00:43:11115#footer-badges {
Junio C Hamano26e590a2008-02-17 03:53:51116 float: right;
117 padding-bottom: 0.5em;
118}
119
Junio C Hamano9d971152012-12-19 00:43:11120#preamble {
Junio C Hamano68cf15a2010-11-06 01:01:59121 margin-top: 1.5em;
122 margin-bottom: 1.5em;
123}
Junio C Hamano9d971152012-12-19 00:43:11124div.imageblock, div.exampleblock, div.verseblock,
Junio C Hamano26e590a2008-02-17 03:53:51125div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
126div.admonitionblock {
Junio C Hamano7bd050f2011-09-22 06:32:22127 margin-top: 1.0em;
Junio C Hamano26e590a2008-02-17 03:53:51128 margin-bottom: 1.5em;
129}
130div.admonitionblock {
Junio C Hamano7bd050f2011-09-22 06:32:22131 margin-top: 2.0em;
132 margin-bottom: 2.0em;
133 margin-right: 10%;
134 color: #606060;
Junio C Hamano26e590a2008-02-17 03:53:51135}
136
137div.content { /* Block element content. */
138 padding: 0;
139}
140
141/* Block element titles. */
142div.title, caption.title {
Junio C Hamano68cf15a2010-11-06 01:01:59143 color: #527bbd;
Junio C Hamano26e590a2008-02-17 03:53:51144 font-weight: bold;
145 text-align: left;
146 margin-top: 1.0em;
147 margin-bottom: 0.5em;
148}
149div.title + * {
150 margin-top: 0;
151}
152
153td div.title:first-child {
154 margin-top: 0.0em;
155}
156div.content div.title:first-child {
157 margin-top: 0.0em;
158}
159div.content + div.title {
160 margin-top: 0.0em;
161}
162
163div.sidebarblock > div.content {
164 background: #ffffee;
Junio C Hamano9d971152012-12-19 00:43:11165 border: 1px solid #dddddd;
166 border-left: 4px solid #f0f0f0;
Junio C Hamano26e590a2008-02-17 03:53:51167 padding: 0.5em;
168}
169
170div.listingblock > div.content {
Junio C Hamano9d971152012-12-19 00:43:11171 border: 1px solid #dddddd;
172 border-left: 5px solid #f0f0f0;
173 background: #f8f8f8;
Junio C Hamano26e590a2008-02-17 03:53:51174 padding: 0.5em;
175}
176
Junio C Hamano7bd050f2011-09-22 06:32:22177div.quoteblock, div.verseblock {
178 padding-left: 1.0em;
179 margin-left: 1.0em;
Junio C Hamano68cf15a2010-11-06 01:01:59180 margin-right: 10%;
Junio C Hamano9d971152012-12-19 00:43:11181 border-left: 5px solid #f0f0f0;
182 color: #888;
Junio C Hamano26e590a2008-02-17 03:53:51183}
Junio C Hamano7bd050f2011-09-22 06:32:22184
Junio C Hamano68cf15a2010-11-06 01:01:59185div.quoteblock > div.attribution {
186 padding-top: 0.5em;
Junio C Hamano26e590a2008-02-17 03:53:51187 text-align: right;
188}
Junio C Hamano68cf15a2010-11-06 01:01:59189
Junio C Hamano9d971152012-12-19 00:43:11190div.verseblock > pre.content {
191 font-family: inherit;
192 font-size: inherit;
Junio C Hamano68cf15a2010-11-06 01:01:59193}
194div.verseblock > div.attribution {
195 padding-top: 0.75em;
196 text-align: left;
197}
198/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
Junio C Hamanoba4b9282008-07-06 05:20:31199div.verseblock + div.attribution {
200 text-align: left;
201}
Junio C Hamano26e590a2008-02-17 03:53:51202
203div.admonitionblock .icon {
204 vertical-align: top;
205 font-size: 1.1em;
206 font-weight: bold;
207 text-decoration: underline;
208 color: #527bbd;
209 padding-right: 0.5em;
210}
211div.admonitionblock td.content {
212 padding-left: 0.5em;
Junio C Hamano7bd050f2011-09-22 06:32:22213 border-left: 3px solid #dddddd;
Junio C Hamano26e590a2008-02-17 03:53:51214}
215
216div.exampleblock > div.content {
Junio C Hamano7bd050f2011-09-22 06:32:22217 border-left: 3px solid #dddddd;
218 padding-left: 0.5em;
Junio C Hamano26e590a2008-02-17 03:53:51219}
220
Junio C Hamano26e590a2008-02-17 03:53:51221div.imageblock div.content { padding-left: 0; }
Junio C Hamano26e590a2008-02-17 03:53:51222span.image img { border-style: none; }
Junio C Hamano68cf15a2010-11-06 01:01:59223a.image:visited { color: white; }
Junio C Hamano26e590a2008-02-17 03:53:51224
225dl {
226 margin-top: 0.8em;
227 margin-bottom: 0.8em;
228}
229dt {
230 margin-top: 0.5em;
231 margin-bottom: 0;
Junio C Hamano68cf15a2010-11-06 01:01:59232 font-style: normal;
233 color: navy;
Junio C Hamano26e590a2008-02-17 03:53:51234}
235dd > *:first-child {
Junio C Hamano68cf15a2010-11-06 01:01:59236 margin-top: 0.1em;
Junio C Hamano26e590a2008-02-17 03:53:51237}
238
239ul, ol {
240 list-style-position: outside;
241}
Junio C Hamano68cf15a2010-11-06 01:01:59242ol.arabic {
243 list-style-type: decimal;
244}
245ol.loweralpha {
Junio C Hamano26e590a2008-02-17 03:53:51246 list-style-type: lower-alpha;
247}
Junio C Hamano68cf15a2010-11-06 01:01:59248ol.upperalpha {
249 list-style-type: upper-alpha;
250}
251ol.lowerroman {
252 list-style-type: lower-roman;
253}
254ol.upperroman {
255 list-style-type: upper-roman;
256}
257
258div.compact ul, div.compact ol,
259div.compact p, div.compact p,
260div.compact div, div.compact div {
261 margin-top: 0.1em;
262 margin-bottom: 0.1em;
263}
Junio C Hamano26e590a2008-02-17 03:53:51264
Junio C Hamano26e590a2008-02-17 03:53:51265tfoot {
266 font-weight: bold;
267}
Junio C Hamano68cf15a2010-11-06 01:01:59268td > div.verse {
269 white-space: pre;
270}
Junio C Hamano68cf15a2010-11-06 01:01:59271
272div.hdlist {
Junio C Hamano26e590a2008-02-17 03:53:51273 margin-top: 0.8em;
274 margin-bottom: 0.8em;
275}
Junio C Hamano68cf15a2010-11-06 01:01:59276div.hdlist tr {
277 padding-bottom: 15px;
Junio C Hamanoba4b9282008-07-06 05:20:31278}
Junio C Hamano68cf15a2010-11-06 01:01:59279dt.hdlist1.strong, td.hdlist1.strong {
280 font-weight: bold;
281}
282td.hdlist1 {
Junio C Hamano26e590a2008-02-17 03:53:51283 vertical-align: top;
Junio C Hamano68cf15a2010-11-06 01:01:59284 font-style: normal;
Junio C Hamano26e590a2008-02-17 03:53:51285 padding-right: 0.8em;
Junio C Hamano68cf15a2010-11-06 01:01:59286 color: navy;
Junio C Hamano26e590a2008-02-17 03:53:51287}
Junio C Hamano68cf15a2010-11-06 01:01:59288td.hdlist2 {
Junio C Hamano26e590a2008-02-17 03:53:51289 vertical-align: top;
290}
Junio C Hamano68cf15a2010-11-06 01:01:59291div.hdlist.compact tr {
292 margin: 0;
293 padding-bottom: 0;
294}
295
296.comment {
297 background: yellow;
298}
Junio C Hamano26e590a2008-02-17 03:53:51299
Junio C Hamano7bd050f2011-09-22 06:32:22300.footnote, .footnoteref {
301 font-size: 0.8em;
302}
303
304span.footnote, span.footnoteref {
305 vertical-align: super;
306}
307
308#footnotes {
309 margin: 20px 0 20px 0;
310 padding: 7px 0 0 0;
311}
312
313#footnotes div.footnote {
314 margin: 0 0 5px 0;
315}
316
317#footnotes hr {
318 border: none;
319 border-top: 1px solid silver;
320 height: 1px;
321 text-align: left;
322 margin-left: 0;
323 width: 20%;
324 min-width: 100px;
325}
326
Junio C Hamano9d971152012-12-19 00:43:11327div.colist td {
328 padding-right: 0.5em;
329 padding-bottom: 0.3em;
330 vertical-align: top;
331}
332div.colist td img {
333 margin-top: 0.3em;
Junio C Hamano26e590a2008-02-17 03:53:51334}
Junio C Hamanoba4b9282008-07-06 05:20:31335
Junio C Hamano9d971152012-12-19 00:43:11336@media print {
337 #footer-badges { display: none; }
338}
339
340#toc {
Junio C Hamano7bd050f2011-09-22 06:32:22341 margin-bottom: 2.5em;
342}
343
Junio C Hamano9d971152012-12-19 00:43:11344#toctitle {
Junio C Hamanoba4b9282008-07-06 05:20:31345 color: #527bbd;
Junio C Hamanoba4b9282008-07-06 05:20:31346 font-size: 1.1em;
347 font-weight: bold;
348 margin-top: 1.0em;
349 margin-bottom: 0.1em;
350}
351
Junio C Hamano61525f92014-01-17 22:46:49352div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
Junio C Hamanoba4b9282008-07-06 05:20:31353 margin-top: 0;
354 margin-bottom: 0;
355}
356div.toclevel2 {
357 margin-left: 2em;
358 font-size: 0.9em;
359}
360div.toclevel3 {
361 margin-left: 4em;
362 font-size: 0.9em;
363}
364div.toclevel4 {
365 margin-left: 6em;
366 font-size: 0.9em;
367}
Junio C Hamano9d971152012-12-19 00:43:11368
369span.aqua { color: aqua; }
370span.black { color: black; }
371span.blue { color: blue; }
372span.fuchsia { color: fuchsia; }
373span.gray { color: gray; }
374span.green { color: green; }
375span.lime { color: lime; }
376span.maroon { color: maroon; }
377span.navy { color: navy; }
378span.olive { color: olive; }
379span.purple { color: purple; }
380span.red { color: red; }
381span.silver { color: silver; }
382span.teal { color: teal; }
383span.white { color: white; }
384span.yellow { color: yellow; }
385
386span.aqua-background { background: aqua; }
387span.black-background { background: black; }
388span.blue-background { background: blue; }
389span.fuchsia-background { background: fuchsia; }
390span.gray-background { background: gray; }
391span.green-background { background: green; }
392span.lime-background { background: lime; }
393span.maroon-background { background: maroon; }
394span.navy-background { background: navy; }
395span.olive-background { background: olive; }
396span.purple-background { background: purple; }
397span.red-background { background: red; }
398span.silver-background { background: silver; }
399span.teal-background { background: teal; }
400span.white-background { background: white; }
401span.yellow-background { background: yellow; }
402
403span.big { font-size: 2em; }
404span.small { font-size: 0.6em; }
405
406span.underline { text-decoration: underline; }
407span.overline { text-decoration: overline; }
408span.line-through { text-decoration: line-through; }
409
Junio C Hamano9d971152012-12-19 00:43:11410
411/*
412 * xhtml11 specific
413 *
414 * */
415
Junio C Hamano61525f92014-01-17 22:46:49416tt {
417 font-family: monospace;
418 font-size: inherit;
419 color: navy;
420}
421
Junio C Hamano9d971152012-12-19 00:43:11422div.tableblock {
423 margin-top: 1.0em;
424 margin-bottom: 1.5em;
425}
426div.tableblock > table {
427 border: 3px solid #527bbd;
428}
429thead, p.table.header {
430 font-weight: bold;
431 color: #527bbd;
432}
433p.table {
434 margin-top: 0;
435}
436/* Because the table frame attribute is overriden by CSS in most browsers. */
437div.tableblock > table[frame="void"] {
438 border-style: none;
439}
440div.tableblock > table[frame="hsides"] {
441 border-left-style: none;
442 border-right-style: none;
443}
444div.tableblock > table[frame="vsides"] {
445 border-top-style: none;
446 border-bottom-style: none;
447}
448
449
450/*
451 * html5 specific
452 *
453 * */
454
Junio C Hamano61525f92014-01-17 22:46:49455.monospaced {
456 font-family: monospace;
457 font-size: inherit;
458 color: navy;
459}
460
Junio C Hamano9d971152012-12-19 00:43:11461table.tableblock {
462 margin-top: 1.0em;
463 margin-bottom: 1.5em;
464}
465thead, p.tableblock.header {
466 font-weight: bold;
467 color: #527bbd;
468}
469p.tableblock {
470 margin-top: 0;
471}
472table.tableblock {
473 border-width: 3px;
474 border-spacing: 0px;
475 border-style: solid;
476 border-color: #527bbd;
477 border-collapse: collapse;
478}
479th.tableblock, td.tableblock {
480 border-width: 1px;
481 padding: 4px;
482 border-style: solid;
483 border-color: #527bbd;
484}
485
486table.tableblock.frame-topbot {
487 border-left-style: hidden;
488 border-right-style: hidden;
489}
490table.tableblock.frame-sides {
491 border-top-style: hidden;
492 border-bottom-style: hidden;
493}
494table.tableblock.frame-none {
495 border-style: hidden;
496}
497
498th.tableblock.halign-left, td.tableblock.halign-left {
499 text-align: left;
500}
501th.tableblock.halign-center, td.tableblock.halign-center {
502 text-align: center;
503}
504th.tableblock.halign-right, td.tableblock.halign-right {
505 text-align: right;
506}
507
508th.tableblock.valign-top, td.tableblock.valign-top {
509 vertical-align: top;
510}
511th.tableblock.valign-middle, td.tableblock.valign-middle {
512 vertical-align: middle;
513}
514th.tableblock.valign-bottom, td.tableblock.valign-bottom {
515 vertical-align: bottom;
516}
517
518
519/*
520 * manpage specific
521 *
522 * */
523
524body.manpage h1 {
Junio C Hamano68cf15a2010-11-06 01:01:59525 padding-top: 0.5em;
526 padding-bottom: 0.5em;
527 border-top: 2px solid silver;
528 border-bottom: 2px solid silver;
529}
Junio C Hamano9d971152012-12-19 00:43:11530body.manpage h2 {
Junio C Hamano68cf15a2010-11-06 01:01:59531 border-style: none;
532}
Junio C Hamano9d971152012-12-19 00:43:11533body.manpage div.sectionbody {
534 margin-left: 3em;
Junio C Hamano68cf15a2010-11-06 01:01:59535}
536
537@media print {
Junio C Hamano9d971152012-12-19 00:43:11538 body.manpage div#toc { display: none; }
Junio C Hamano68cf15a2010-11-06 01:01:59539}
Junio C Hamano26e590a2008-02-17 03:53:51540</style>
Junio C Hamano7bd050f2011-09-22 06:32:22541<script type="text/javascript">
542/*<![CDATA[*/
Junio C Hamano7bd050f2011-09-22 06:32:22543var asciidoc = { // Namespace.
544
545/////////////////////////////////////////////////////////////////////
546// Table Of Contents generator
547/////////////////////////////////////////////////////////////////////
548
549/* Author: Mihai Bazon, September 2002
550 * http://students.infoiasi.ro/~mishoo
551 *
552 * Table Of Content generator
553 * Version: 0.4
554 *
555 * Feel free to use this script under the terms of the GNU General Public
556 * License, as long as you do not remove or alter this notice.
557 */
558
559 /* modified by Troy D. Hanson, September 2006. License: GPL */
560 /* modified by Stuart Rackham, 2006, 2009. License: GPL */
561
562// toclevels = 1..4.
563toc: function (toclevels) {
564
565 function getText(el) {
566 var text = "";
567 for (var i = el.firstChild; i != null; i = i.nextSibling) {
568 if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
569 text += i.data;
570 else if (i.firstChild != null)
571 text += getText(i);
572 }
573 return text;
574 }
575
576 function TocEntry(el, text, toclevel) {
577 this.element = el;
578 this.text = text;
579 this.toclevel = toclevel;
580 }
581
582 function tocEntries(el, toclevels) {
583 var result = new Array;
Junio C Hamano61525f92014-01-17 22:46:49584 var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');
Junio C Hamano7bd050f2011-09-22 06:32:22585 // Function that scans the DOM tree for header elements (the DOM2
586 // nodeIterator API would be a better technique but not supported by all
587 // browsers).
588 var iterate = function (el) {
589 for (var i = el.firstChild; i != null; i = i.nextSibling) {
590 if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
591 var mo = re.exec(i.tagName);
592 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
593 result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
594 }
595 iterate(i);
596 }
597 }
598 }
599 iterate(el);
600 return result;
601 }
602
603 var toc = document.getElementById("toc");
Junio C Hamano9d971152012-12-19 00:43:11604 if (!toc) {
605 return;
606 }
607
608 // Delete existing TOC entries in case we're reloading the TOC.
609 var tocEntriesToRemove = [];
610 var i;
611 for (i = 0; i < toc.childNodes.length; i++) {
612 var entry = toc.childNodes[i];
Junio C Hamano61525f92014-01-17 22:46:49613 if (entry.nodeName == 'div'
Junio C Hamano9d971152012-12-19 00:43:11614 && entry.getAttribute("class")
615 && entry.getAttribute("class").match(/^toclevel/))
616 tocEntriesToRemove.push(entry);
617 }
618 for (i = 0; i < tocEntriesToRemove.length; i++) {
619 toc.removeChild(tocEntriesToRemove[i]);
620 }
621
622 // Rebuild TOC entries.
Junio C Hamano7bd050f2011-09-22 06:32:22623 var entries = tocEntries(document.getElementById("content"), toclevels);
624 for (var i = 0; i < entries.length; ++i) {
625 var entry = entries[i];
626 if (entry.element.id == "")
627 entry.element.id = "_toc_" + i;
628 var a = document.createElement("a");
629 a.href = "#" + entry.element.id;
630 a.appendChild(document.createTextNode(entry.text));
631 var div = document.createElement("div");
632 div.appendChild(a);
633 div.className = "toclevel" + entry.toclevel;
634 toc.appendChild(div);
635 }
636 if (entries.length == 0)
637 toc.parentNode.removeChild(toc);
638},
639
640
641/////////////////////////////////////////////////////////////////////
642// Footnotes generator
643/////////////////////////////////////////////////////////////////////
644
645/* Based on footnote generation code from:
646 * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
647 */
648
649footnotes: function () {
Junio C Hamano9d971152012-12-19 00:43:11650 // Delete existing footnote entries in case we're reloading the footnodes.
651 var i;
Junio C Hamano7bd050f2011-09-22 06:32:22652 var noteholder = document.getElementById("footnotes");
Junio C Hamano9d971152012-12-19 00:43:11653 if (!noteholder) {
654 return;
655 }
656 var entriesToRemove = [];
657 for (i = 0; i < noteholder.childNodes.length; i++) {
658 var entry = noteholder.childNodes[i];
Junio C Hamano61525f92014-01-17 22:46:49659 if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote")
Junio C Hamano9d971152012-12-19 00:43:11660 entriesToRemove.push(entry);
661 }
662 for (i = 0; i < entriesToRemove.length; i++) {
663 noteholder.removeChild(entriesToRemove[i]);
664 }
665
666 // Rebuild footnote entries.
667 var cont = document.getElementById("content");
Junio C Hamano7bd050f2011-09-22 06:32:22668 var spans = cont.getElementsByTagName("span");
669 var refs = {};
670 var n = 0;
671 for (i=0; i<spans.length; i++) {
672 if (spans[i].className == "footnote") {
673 n++;
Junio C Hamano9d971152012-12-19 00:43:11674 var note = spans[i].getAttribute("data-note");
675 if (!note) {
676 // Use [\s\S] in place of . so multi-line matches work.
677 // Because JavaScript has no s (dotall) regex flag.
678 note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
679 spans[i].innerHTML =
680 "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
681 "' title='View footnote' class='footnote'>" + n + "</a>]";
682 spans[i].setAttribute("data-note", note);
683 }
Junio C Hamano7bd050f2011-09-22 06:32:22684 noteholder.innerHTML +=
685 "<div class='footnote' id='_footnote_" + n + "'>" +
686 "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
687 n + "</a>. " + note + "</div>";
Junio C Hamano7bd050f2011-09-22 06:32:22688 var id =spans[i].getAttribute("id");
689 if (id != null) refs["#"+id] = n;
690 }
691 }
692 if (n == 0)
693 noteholder.parentNode.removeChild(noteholder);
694 else {
695 // Process footnoterefs.
696 for (i=0; i<spans.length; i++) {
697 if (spans[i].className == "footnoteref") {
698 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
699 href = href.match(/#.*/)[0]; // Because IE return full URL.
700 n = refs[href];
701 spans[i].innerHTML =
702 "[<a href='#_footnote_" + n +
703 "' title='View footnote' class='footnote'>" + n + "</a>]";
704 }
705 }
706 }
Junio C Hamano9d971152012-12-19 00:43:11707},
708
709install: function(toclevels) {
710 var timerId;
711
712 function reinstall() {
713 asciidoc.footnotes();
714 if (toclevels) {
715 asciidoc.toc(toclevels);
716 }
717 }
718
719 function reinstallAndRemoveTimer() {
720 clearInterval(timerId);
721 reinstall();
722 }
723
724 timerId = setInterval(reinstall, 500);
725 if (document.addEventListener)
726 document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false);
727 else
728 window.onload = reinstallAndRemoveTimer;
Junio C Hamano7bd050f2011-09-22 06:32:22729}
730
731}
Junio C Hamano9d971152012-12-19 00:43:11732asciidoc.install();
Junio C Hamano7bd050f2011-09-22 06:32:22733/*]]>*/
734</script>
Junio C Hamano26e590a2008-02-17 03:53:51735</head>
Junio C Hamano9d971152012-12-19 00:43:11736<body class="manpage">
Junio C Hamano26e590a2008-02-17 03:53:51737<div id="header">
738<h1>
Junio C Hamano2db3e752010-09-03 21:33:06739git-web&#45;&#45;browse(1) Manual Page
Junio C Hamano26e590a2008-02-17 03:53:51740</h1>
741<h2>NAME</h2>
742<div class="sectionbody">
743<p>git-web--browse -
Junio C Hamano076ffcc2013-02-06 05:13:21744 Git helper script to launch a web browser
Junio C Hamano26e590a2008-02-17 03:53:51745</p>
746</div>
747</div>
Junio C Hamano7bd050f2011-09-22 06:32:22748<div id="content">
Junio C Hamano9d971152012-12-19 00:43:11749<div class="sect1">
Junio C Hamano68cf15a2010-11-06 01:01:59750<h2 id="_synopsis">SYNOPSIS</h2>
Junio C Hamano26e590a2008-02-17 03:53:51751<div class="sectionbody">
Junio C Hamano15567bc2011-07-23 00:51:59752<div class="verseblock">
Junio C Hamano9d971152012-12-19 00:43:11753<pre class="content"><em>git web&#45;&#45;browse</em> [OPTIONS] URL/FILE &#8230;</pre>
754<div class="attribution">
Junio C Hamano15567bc2011-07-23 00:51:59755</div></div>
Junio C Hamano26e590a2008-02-17 03:53:51756</div>
Junio C Hamano9d971152012-12-19 00:43:11757</div>
758<div class="sect1">
Junio C Hamanoba4b9282008-07-06 05:20:31759<h2 id="_description">DESCRIPTION</h2>
Junio C Hamano26e590a2008-02-17 03:53:51760<div class="sectionbody">
Junio C Hamano68cf15a2010-11-06 01:01:59761<div class="paragraph"><p>This script tries, as much as possible, to display the URLs and FILEs
Junio C Hamano26e590a2008-02-17 03:53:51762that are passed as arguments, as HTML pages in new tabs on an already
Junio C Hamanoba4b9282008-07-06 05:20:31763opened web browser.</p></div>
Junio C Hamano68cf15a2010-11-06 01:01:59764<div class="paragraph"><p>The following browsers (or commands) are currently supported:</p></div>
765<div class="ulist"><ul>
Junio C Hamano26e590a2008-02-17 03:53:51766<li>
767<p>
768firefox (this is the default under X Window when not using KDE)
769</p>
770</li>
771<li>
772<p>
773iceweasel
774</p>
775</li>
776<li>
777<p>
Junio C Hamanoeef01fe2010-12-13 08:31:58778seamonkey
779</p>
780</li>
781<li>
782<p>
783iceape
784</p>
785</li>
786<li>
787<p>
788chromium (also supported as chromium-browser)
789</p>
790</li>
791<li>
792<p>
793google-chrome (also supported as chrome)
794</p>
795</li>
796<li>
797<p>
Junio C Hamano6d76d612008-05-09 05:46:08798konqueror (this is the default under KDE, see <em>Note about konqueror</em> below)
Junio C Hamano26e590a2008-02-17 03:53:51799</p>
800</li>
801<li>
802<p>
Junio C Hamanoeef01fe2010-12-13 08:31:58803opera
804</p>
805</li>
806<li>
807<p>
Junio C Hamano26e590a2008-02-17 03:53:51808w3m (this is the default outside graphical environments)
809</p>
810</li>
811<li>
812<p>
Junio C Hamanoeef01fe2010-12-13 08:31:58813elinks
814</p>
815</li>
816<li>
817<p>
Junio C Hamano26e590a2008-02-17 03:53:51818links
819</p>
820</li>
821<li>
822<p>
823lynx
824</p>
825</li>
826<li>
827<p>
828dillo
829</p>
830</li>
831<li>
832<p>
833open (this is the default under Mac OS X GUI)
834</p>
835</li>
Junio C Hamanoa476efa2008-10-10 15:31:42836<li>
837<p>
838start (this is the default under MinGW)
839</p>
840</li>
Junio C Hamano3a3357e2013-06-26 23:20:56841<li>
842<p>
843cygstart (this is the default under Cygwin)
844</p>
845</li>
Junio C Hamanoc5e40782013-11-01 16:52:26846<li>
847<p>
848xdg-open
849</p>
850</li>
Junio C Hamanoba4b9282008-07-06 05:20:31851</ul></div>
Junio C Hamano68cf15a2010-11-06 01:01:59852<div class="paragraph"><p>Custom commands may also be specified.</p></div>
Junio C Hamano26e590a2008-02-17 03:53:51853</div>
Junio C Hamano9d971152012-12-19 00:43:11854</div>
855<div class="sect1">
Junio C Hamanoba4b9282008-07-06 05:20:31856<h2 id="_options">OPTIONS</h2>
Junio C Hamano26e590a2008-02-17 03:53:51857<div class="sectionbody">
Junio C Hamano68cf15a2010-11-06 01:01:59858<div class="dlist"><dl>
859<dt class="hdlist1">
Junio C Hamanod2179ef2010-10-22 04:12:17860-b &lt;browser&gt;
Junio C Hamanoeb415992008-06-08 22:49:47861</dt>
Junio C Hamano68cf15a2010-11-06 01:01:59862<dt class="hdlist1">
Junio C Hamanod2179ef2010-10-22 04:12:17863--browser=&lt;browser&gt;
Junio C Hamano26e590a2008-02-17 03:53:51864</dt>
865<dd>
866<p>
Junio C Hamanod2179ef2010-10-22 04:12:17867 Use the specified browser. It must be in the list of supported
Junio C Hamano26e590a2008-02-17 03:53:51868 browsers.
869</p>
870</dd>
Junio C Hamano68cf15a2010-11-06 01:01:59871<dt class="hdlist1">
Junio C Hamanod2179ef2010-10-22 04:12:17872-t &lt;browser&gt;
Junio C Hamanoeb415992008-06-08 22:49:47873</dt>
Junio C Hamano68cf15a2010-11-06 01:01:59874<dt class="hdlist1">
Junio C Hamanod2179ef2010-10-22 04:12:17875--tool=&lt;browser&gt;
Junio C Hamano26e590a2008-02-17 03:53:51876</dt>
877<dd>
878<p>
879 Same as above.
880</p>
881</dd>
Junio C Hamano68cf15a2010-11-06 01:01:59882<dt class="hdlist1">
Junio C Hamanod2179ef2010-10-22 04:12:17883-c &lt;conf.var&gt;
Junio C Hamanoeb415992008-06-08 22:49:47884</dt>
Junio C Hamano68cf15a2010-11-06 01:01:59885<dt class="hdlist1">
Junio C Hamanod2179ef2010-10-22 04:12:17886--config=&lt;conf.var&gt;
Junio C Hamano26e590a2008-02-17 03:53:51887</dt>
888<dd>
889<p>
Junio C Hamano076ffcc2013-02-06 05:13:21890 CONF.VAR is looked up in the Git config files. If it&#8217;s set,
Junio C Hamanod2179ef2010-10-22 04:12:17891 then its value specifies the browser that should be used.
Junio C Hamano26e590a2008-02-17 03:53:51892</p>
893</dd>
Junio C Hamanoba4b9282008-07-06 05:20:31894</dl></div>
Junio C Hamano26e590a2008-02-17 03:53:51895</div>
Junio C Hamano9d971152012-12-19 00:43:11896</div>
897<div class="sect1">
Junio C Hamanoba4b9282008-07-06 05:20:31898<h2 id="_configuration_variables">CONFIGURATION VARIABLES</h2>
Junio C Hamano26e590a2008-02-17 03:53:51899<div class="sectionbody">
Junio C Hamano9d971152012-12-19 00:43:11900<div class="sect2">
901<h3 id="_conf_var_from_c_option_and_web_browser">CONF.VAR (from -c option) and web.browser</h3>
Junio C Hamano68cf15a2010-11-06 01:01:59902<div class="paragraph"><p>The web browser can be specified using a configuration variable passed
Junio C Hamanoe1aeb5e2014-06-06 19:16:29903with the -c (or --config) command-line option, or the <em>web.browser</em>
Junio C Hamanoba4b9282008-07-06 05:20:31904configuration variable if the former is not used.</p></div>
Junio C Hamano9d971152012-12-19 00:43:11905</div>
906<div class="sect2">
907<h3 id="_browser_lt_tool_gt_path">browser.&lt;tool&gt;.path</h3>
Junio C Hamano68cf15a2010-11-06 01:01:59908<div class="paragraph"><p>You can explicitly provide a full path to your preferred browser by
Junio C Hamano26e590a2008-02-17 03:53:51909setting the configuration variable <em>browser.&lt;tool&gt;.path</em>. For example,
910you can configure the absolute path to firefox by setting
Junio C Hamano360e3a12011-07-13 23:51:56911<em>browser.firefox.path</em>. Otherwise, <em>git web&#45;&#45;browse</em> assumes the tool
Junio C Hamanoba4b9282008-07-06 05:20:31912is available in PATH.</p></div>
Junio C Hamano9d971152012-12-19 00:43:11913</div>
914<div class="sect2">
915<h3 id="_browser_lt_tool_gt_cmd">browser.&lt;tool&gt;.cmd</h3>
Junio C Hamano68cf15a2010-11-06 01:01:59916<div class="paragraph"><p>When the browser, specified by options or configuration variables, is
Junio C Hamano8760ea62008-03-14 08:58:45917not among the supported ones, then the corresponding
918<em>browser.&lt;tool&gt;.cmd</em> configuration variable will be looked up. If this
Junio C Hamano2db3e752010-09-03 21:33:06919variable exists then <em>git web&#45;&#45;browse</em> will treat the specified tool
Junio C Hamano8760ea62008-03-14 08:58:45920as a custom command and will use a shell eval to run the command with
Junio C Hamanoba4b9282008-07-06 05:20:31921the URLs passed as arguments.</p></div>
Junio C Hamano6d76d612008-05-09 05:46:08922</div>
Junio C Hamano9d971152012-12-19 00:43:11923</div>
924</div>
925<div class="sect1">
Junio C Hamanoba4b9282008-07-06 05:20:31926<h2 id="_note_about_konqueror">Note about konqueror</h2>
Junio C Hamano6d76d612008-05-09 05:46:08927<div class="sectionbody">
Junio C Hamanoe1aeb5e2014-06-06 19:16:29928<div class="paragraph"><p>When <em>konqueror</em> is specified by a command-line option or a
Junio C Hamano6d76d612008-05-09 05:46:08929configuration variable, we launch <em>kfmclient</em> to try to open the HTML
Junio C Hamanoba4b9282008-07-06 05:20:31930man page on an already opened konqueror in a new tab if possible.</p></div>
Junio C Hamano68cf15a2010-11-06 01:01:59931<div class="paragraph"><p>For consistency, we also try such a trick if <em>browser.konqueror.path</em> is
Junio C Hamano6d76d612008-05-09 05:46:08932set to something like <em>A_PATH_TO/konqueror</em>. That means we will try to
Junio C Hamanoba4b9282008-07-06 05:20:31933launch <em>A_PATH_TO/kfmclient</em> instead.</p></div>
Junio C Hamano68cf15a2010-11-06 01:01:59934<div class="paragraph"><p>If you really want to use <em>konqueror</em>, then you can use something like
Junio C Hamanoba4b9282008-07-06 05:20:31935the following:</p></div>
Junio C Hamano6d76d612008-05-09 05:46:08936<div class="listingblock">
937<div class="content">
Junio C Hamano61525f92014-01-17 22:46:49938<pre><tt> [web]
Junio C Hamano6d76d612008-05-09 05:46:08939 browser = konq
940
941 [browser "konq"]
Junio C Hamano61525f92014-01-17 22:46:49942 cmd = A_PATH_TO/konqueror</tt></pre>
Junio C Hamano6d76d612008-05-09 05:46:08943</div></div>
Junio C Hamano9d971152012-12-19 00:43:11944<div class="sect2">
945<h3 id="_note_about_git_config_global">Note about git-config --global</h3>
Junio C Hamano68cf15a2010-11-06 01:01:59946<div class="paragraph"><p>Note that these configuration variables should probably be set using
Junio C Hamanoba4b9282008-07-06 05:20:31947the <em>--global</em> flag, for example like this:</p></div>
Junio C Hamano26e590a2008-02-17 03:53:51948<div class="listingblock">
949<div class="content">
Junio C Hamano61525f92014-01-17 22:46:49950<pre><tt>$ git config --global web.browser firefox</tt></pre>
Junio C Hamano26e590a2008-02-17 03:53:51951</div></div>
Junio C Hamano68cf15a2010-11-06 01:01:59952<div class="paragraph"><p>as they are probably more user specific than repository specific.
Junio C Hamanoa28a9202012-06-21 07:08:23953See <a href="git-config.html">git-config(1)</a> for more information about this.</p></div>
Junio C Hamano26e590a2008-02-17 03:53:51954</div>
Junio C Hamano9d971152012-12-19 00:43:11955</div>
956</div>
957<div class="sect1">
Junio C Hamanoba4b9282008-07-06 05:20:31958<h2 id="_git">GIT</h2>
Junio C Hamano26e590a2008-02-17 03:53:51959<div class="sectionbody">
Junio C Hamanoa28a9202012-06-21 07:08:23960<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
Junio C Hamano26e590a2008-02-17 03:53:51961</div>
Junio C Hamano7bd050f2011-09-22 06:32:22962</div>
Junio C Hamano9d971152012-12-19 00:43:11963</div>
Junio C Hamano7bd050f2011-09-22 06:32:22964<div id="footnotes"><hr /></div>
Junio C Hamano26e590a2008-02-17 03:53:51965<div id="footer">
966<div id="footer-text">
Junio C Hamanoe1aeb5e2014-06-06 19:16:29967Last updated 2014-06-06 12:15:38 PDT
Junio C Hamano26e590a2008-02-17 03:53:51968</div>
969</div>
970</body>
971</html>